home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / unix / unzip51 / crypt.h < prev    next >
C/C++ Source or Header  |  1992-11-04  |  647b  |  27 lines

  1. /*
  2.    crypt.h (dummy version) by Info-ZIP.      Last revised:  11 Sep 92
  3.  
  4.    This is a non-functional version of Info-ZIP's crypt.h encryption/
  5.    decryption header file for Zip, ZipCloak, UnZip and FUnZip.  This
  6.    file is not copyrighted and may be distributed without restriction.
  7.    See the "Where" file for sites from which to obtain the full crypt
  8.    sources (zcrypt20.zip or later).
  9.  */
  10.  
  11. #ifndef __crypt_h   /* don't include more than once */
  12. #define __crypt_h
  13.  
  14. #ifdef CRYPT
  15. #  undef CRYPT      /* dummy version */
  16. #endif
  17.  
  18. #define zencode
  19. #define zdecode
  20.  
  21. #define zfwrite  fwrite
  22.  
  23. #define echoff(f)
  24. #define echon()
  25.  
  26. #endif /* !__crypt_h */
  27.